home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / basic / qbfaqr01.zip / SCRINF.QRM < prev    next >
Text File  |  1992-05-01  |  8KB  |  156 lines

  1. ===========================================================================
  2.  BBS: PC Connect
  3. Date: 04-27-92 (06:26)             Number: 10876
  4. From: REX BENNETT                  Refer#: 10847
  5.   To: JEFFERY WOODS                 Recvd: NO  
  6. Subj: GRAPHICS PAGES, 1 of 2         Conf: (11) R-QBasic
  7. ---------------------------------------------------------------------------
  8. JW>Anyone know how to determine the number of graphics pages you have
  9. JW>available?  Does it depend on the amount of graphics memory present, or
  10. JW>is it set by the graphics mode?  If it is the graphics mode which
  11. JW>determines the maximum number of pages, how many pages are possible in
  12. JW>each mode?
  13.  
  14.     What hardware you have (graphics card and monitor) determines the
  15.     video modes you have available.  The video modes (SCREEN #)
  16.     determines the number of pages available and the page sizes.
  17.  
  18.     The smallest page size is 2k and ranges up to 300k at 640x480
  19.     resolution.  Still higher resolution calls for still larger
  20.     pages sizes.  Below is some information I think you may find
  21.     helpful.
  22.  
  23.     (P.S. Does anyone out there know if the [unannounced Basic
  24.     programming product from Microsoft] will support the new
  25.     higher graphics resolutions?)
  26. -----------------------------------------------------------------------
  27. MDPA Screen Modes
  28.  
  29. The IBM Monochrome Display and Printer Adapter (MDPA) must be used with
  30. a monochrome display. Only SCREEN 0, text mode, can be used with the MDPA.
  31.  
  32.          Rows and   Color        Display
  33.   Mode   columns    attributes   colors   Resolution   Pages
  34.   ════   ════════   ════════     ═══════  ══════════   ═════
  35.   0      80x25      16           3        720x350      1
  36.  
  37. Hercules Adapter Screen Modes
  38.  
  39.          Rows and   Color        Display
  40.   Mode   columns    attributes   colors   Resolution   Pages
  41.   ════   ════════   ════════     ═══════  ══════════   ═════
  42.   0      80x25      16           3        720x348      1
  43.   3      80x25      16           1        720x348      2
  44.  
  45. CGA Screen Modes
  46.  
  47. The IBM Color Graphics Adapter (CGA) and Color Display are typically
  48. paired. This combination permits running text-mode programs, and both
  49. medium-resolution and high-resolution graphics programs.
  50.  
  51.         Rows and   Color
  52.   Mode  columns    attributes   Resolution    Pages
  53.   ════  ════════   ════════     ══════════    ═════
  54.   0     40x25      16           320x200       8
  55.   0     80x25      16           640x200       4
  56.   1     40x25      4            320x200       1
  57.   2     80x25      2            640x200       1
  58.  
  59. Following are the screen modes that can be used with an EGA:
  60.  
  61.         Rows and             Color       Display            Page
  62.   Mode  columns  Display(a)  attributes  colors  Resolution size  Pages
  63.   ════  ════════ ══════════  ══════════  ═══════ ══════════ ════  ═════
  64.   0     40x25    C           16          16      320x200    N/A   8
  65.         40x25    E           16          64      320x350    N/A   8
  66.         40x43    E           16          64      320x350    N/A   "(b)
  67.         80x25    C           16          16      640x200    N/A   "(b)
  68.         80x25    E           16          64      640x350    N/A   "(b)
  69.         80x25    C           16          16      640x200    N/A   "(b)
  70.         80x25    M           16           3      720x350    N/A   "(b)
  71.         80x43    E           16          64      640x350    N/A   4(b)
  72.         80x43    M           16           3      720x350    N/A   4(b)
  73.   1     40x25    N/A          4          16      320x200    16K   1
  74.   2     80x25    N/A          2          16      640x200    16K   "
  75.   7     40x25    N/A         16          16      320x200    32K   (c)
  76.   8     80x25    N/A         16          16      640x200    64K   (c)
  77.   9(d)  80x25    E            4          64      640x350    64K   1
  78.         80x43    E            4          64      640x350    64K   1
  79.         80x25    E           16          64      640x350    128K  (c)
  80.         80x43    E           16          64      640x350    128K  (c)
  81.  10     80x25    M            4           9      640x350    64K   (e)
  82.         80x43    M            4           9      640x350    64K   (e)
  83.  
  84.  
  85. VGA Screen Modes
  86.  
  87. The IBM Video Graphics Array (VGA) adapter offers significantly enhanced
  88. text and graphics in all modes.
  89.  
  90.         Rows and  Color                           Page
  91.   Mode  columns   attributes  Colors  Resolution  size  Pages
  92.   ════  ════════  ══════════  ══════  ══════════  ════  ═════
  93.   0     40x25     16          64      360x400           8
  94.         40x43     16          64      320x350           8
  95.         40x50     16          64      320x400           4
  96.         80x25     16          64      720x400           8
  97.         80x43     16          64      640x350           4
  98.         80x43     16           3      720x350           4
  99.         80x50     16          64      640x400           4
  100.         80x50     16           3      720x400           4
  101.   1     40x25      4          16      320x200     16K   1
  102.   2     80x25      2          16      640x200     16K   1
  103.      * * * C O N T I N U E D   T O   N E X T   M E S S A G E * * *
  104.  
  105. PCRelay:PETEXCH -> #60 RelayNet (tm)
  106. 4.11               St Pete Programmers Exchg *HST* 813 527-5666
  107. ===========================================================================
  108.  BBS: PC Connect
  109. Date: 04-27-92 (06:26)             Number: 10877
  110. From: REX BENNETT                  Refer#: 10847
  111.   To: JEFFERY WOODS                 Recvd: NO  
  112. Subj: GRAPHICS PAGES - *2 of 2       Conf: (11) R-QBasic
  113. ---------------------------------------------------------------------------
  114.   ****CONTINUED FROM PREVIOUS MESSAGE****
  115.  
  116.   7     40x25     16          16      320x200     32K   (a)
  117.   8     80x25     16          16      640x200     64K   (a)
  118.   9     80x25     16          64      640x350     128K  (a)
  119.         80x43     16          64      640x350     128K  (a)
  120.  10     80x25      4           9      640x350     64K   (b)
  121.         80x43      4           9      640x350     64K   (b)
  122.  11     80x30      2         256      640x480     64K   1
  123.         80x60      2         256      640x480     64K   1
  124.  12     80x30     16         256      640x480     256K  1
  125.         80x60     16         256      640x480     256K  1
  126.  13     40x25    256         256      320x200     64K   1
  127. ───────────────────────────────────────────────────────────────────────
  128.  (a)    Pages = Screen memory divided by page size. Eight page maximum.
  129.  (b)    Pages = Screen memory divided by 2 divided by page size. Eight
  130.                 page maximum.
  131. MCGA Screen Modes
  132.  
  133. The IBM Multicolor Graphics Array (MCGA) combines the modes of the CGA with
  134. the very high resolution and 256K color modes of the VGA to provide enhanced
  135. text and graphics in all modes.
  136.  
  137.         Rows and  Color       Display              Page
  138.   Mode  columns   attributes  colors   Resolution  size  Pages
  139.   ════  ════════  ══════════  ═══════  ══════════  ════  ═════
  140.    0    40x25      16                  320x400           8
  141.         80x25      16                  640x400           8
  142.    1    40x25       4                  320x200     16K   1
  143.    2    80x25       2                  640x200     16K   1
  144.   11    80x30       2          256K    640x480     64K   1
  145.         80x60       2          256K    640x480     64K   1
  146.   13    40x25     256          256K    320x200     64K   1
  147.  
  148. The MCGA uses the same display color values as the VGA. For a description
  149. of how the MCGA calculates display color values, see
  150.  
  151.  
  152.  
  153.  
  154. PCRelay:PETEXCH -> #60 RelayNet (tm)
  155. 4.11               St Pete Programmers Exchg *HST* 813 527-5666
  156.